home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMSTYLEINTRO / TFRMSTYLEINTRO.txt
Encoding:
Text File  |  1999-04-29  |  1.9 KB  |  84 lines

  1. object frmStyleIntro: TfrmStyleIntro
  2.   Left = 147
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Style Sheets'
  7.   ClientHeight = 293
  8.   ClientWidth = 413
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgWizard: TPaintBox
  23.     Left = 8
  24.     Top = 9
  25.     Width = 110
  26.     Height = 225
  27.     OnPaint = imgWizardPaint
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 138
  31.     Top = 18
  32.     Width = 259
  33.     Height = 155
  34.     BorderStyle = bsNone
  35.     Color = clBtnFace
  36.     Lines.Strings = (
  37.       'The process of adding style sheets to your web '
  38.       'pages is done in three stages. '
  39.       ''
  40.       'Firstly by creating your own styles and applying '
  41.       'them to tags or class definitions in the "Edit Styles" '
  42.       'option (this current  dialogue), then adding styles '
  43.       'to the current web in the "Add Styles" dialogue.'
  44.       ''
  45.       'Finally, once you have inserted styles into a '
  46.       'document you can apply them to selected text '
  47.       'using the drop down selection box on the'
  48.       'Style Sheet toolbar. ')
  49.     TabOrder = 2
  50.   end
  51.   object chkShow: TCheckBox
  52.     Left = 138
  53.     Top = 264
  54.     Width = 184
  55.     Height = 17
  56.     HelpContext = 180
  57.     Caption = '&Don'#39't show me this screen again.'
  58.     TabOrder = 0
  59.   end
  60.   object Memo2: TMemo
  61.     Left = 136
  62.     Top = 212
  63.     Width = 259
  64.     Height = 33
  65.     BorderStyle = bsNone
  66.     Color = clBtnFace
  67.     Lines.Strings = (
  68.       'Warning : Many options in the current Style Sheet '
  69.       'Specification are not yet supported by HTML '
  70.       'viewers.')
  71.     TabOrder = 3
  72.   end
  73.   object btnOk: TButton
  74.     Left = 329
  75.     Top = 260
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 1
  82.   end
  83. end
  84.